@ -19,6 +19,9 @@ PKG_MAINTAINER:=
PKG_LICENSE := AFL-2.1
PKG_LICENSE := AFL-2.1
PKG_CPE_ID := cpe:/a:freedesktop:dbus
PKG_CPE_ID := cpe:/a:freedesktop:dbus
PKG_CONFIG_DEPENDS := \
CONFIG_DBUS_VERBOSE
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
@ -71,6 +74,10 @@ $(call Package/dbus/Default/description)
This package contains D-Bus utilities.
This package contains D-Bus utilities.
e n d e f
e n d e f
d e f i n e P a c k a g e / d b u s / c o n f i g
source " $( SOURCE) /Config.in "
e n d e f
CMAKE_OPTIONS += \
CMAKE_OPTIONS += \
-DDBUS_SYSTEM_SOCKET= /var/run/dbus/system_bus_socket \
-DDBUS_SYSTEM_SOCKET= /var/run/dbus/system_bus_socket \
-DDBUS_SESSION_SOCKET_DIR= /tmp \
-DDBUS_SESSION_SOCKET_DIR= /tmp \
@ -90,6 +97,10 @@ CMAKE_OPTIONS += \
-DDBUS_ENABLE_QTHELP_DOCS= OFF \
-DDBUS_ENABLE_QTHELP_DOCS= OFF \
-DDBUS_ENABLE_XML_DOCS= OFF
-DDBUS_ENABLE_XML_DOCS= OFF
i f e q ( $( CONFIG_DBUS_VERBOSE ) , y )
CMAKE_OPTIONS += -DDBUS_ENABLE_VERBOSE_MODE= ON
e n d i f
d e f i n e B u i l d / I n s t a l l D e v
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/include/dbus-1.0 $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/include/dbus-1.0 $( 1) /usr/include/