1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Mark BROKEN for xcb-util >= 0.3.4. This is temporary solution until startup-notification (which is required for awesome snapshot wich works with newer xcb-util) is update to 0.10

Discussed with:	Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-05-07 22:50:01 +00:00
parent 7bc3f2a974
commit f6e6e7ceee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233400

View File

@ -52,6 +52,10 @@ OPTIONS+= DBUS "Enable D-BUS support" On
IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support
.endif
.if exists(${LOCALBASE}/lib/libxcb-keysyms.so.1)
BROKEN= doesn't work with latest version of x11/xcb-util (>=0.3.4). You may try to downgrade xcb-util to 0.3.3 as a temporary solution
.endif
.ifdef(WITH_DBUS)
LIB_DEPENDS += dbus-1.3:${PORTSDIR}/devel/dbus
CMAKE_ARGS += -DWITH_DBUS=YES