dbus: selinux file context support
[Thomas: remove S30dbus changes.] Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e8fb454db6
commit
53bf4f72eb
0
package/dbus/S30dbus
Executable file → Normal file
0
package/dbus/S30dbus
Executable file → Normal file
@ -44,6 +44,20 @@ ifeq ($(BR2_microblaze),y)
|
||||
DBUS_CONF_OPTS += --disable-inotify
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
||||
DBUS_CONF_OPTS += --enable-selinux
|
||||
DBUS_DEPENDENCIES += libselinux
|
||||
else
|
||||
DBUS_CONF_OPTS += --disable-selinux
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_AUDIT),y)
|
||||
DBUS_CONF_OPTS += --enable-libaudit
|
||||
DBUS_DEPENDENCIES += audit libcap-ng
|
||||
else
|
||||
DBUS_CONF_OPTS += --disable-libaudit
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
DBUS_CONF_OPTS += --with-x
|
||||
DBUS_DEPENDENCIES += xlib_libX11
|
||||
|
Loading…
Reference in New Issue
Block a user