mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
x11/slim: Add dbus runtime dependency
It needs a DBus session bus to connect to. Add instructions in pkg-message.in PR: 254766 Reported by: fernape@FreeBSD.org Approved by: jsm@FreeBSD.org (maintainer, timeout > 2 weeks)
This commit is contained in:
parent
69e5cf4352
commit
24138d3c76
@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-
|
||||
LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
|
||||
USES= cmake compiler:c++11-lang jpeg pkgconfig xorg
|
||||
USE_XORG= ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrandr \
|
||||
|
@ -8,6 +8,11 @@ Alternatively, just put the following entry in /etc/rc.conf:
|
||||
|
||||
slim_enable=yes
|
||||
|
||||
slim requires a dbus session bus to connect to. Add the following entry in
|
||||
/etc/rc.conf:
|
||||
|
||||
dbus_enable="YES"
|
||||
|
||||
*** Option "sessions" is no longer supported. ***
|
||||
|
||||
Now you need to put session files in the directory specified by option
|
||||
|
Loading…
Reference in New Issue
Block a user