Skip to content

Commit

Permalink
x11-toolkits/libdecor: drop unused DBUS=off dependency after 1a1e431
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jan 29, 2024
1 parent f2efa4b commit bb176de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-toolkits/libdecor/Makefile
Expand Up @@ -33,8 +33,8 @@ LIB_DEPENDS.cairo= libgobject-2.0.so:devel/glib20 \
SELF_DEPENDS.cairo= main

# Unused by the main library
LIB_DEPENDS.cairo+= libdbus-1.so:devel/dbus
LIB_DEPENDS.gtk3+= libdbus-1.so:devel/dbus
LIB_DEPENDS.cairo+= ${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:}
LIB_DEPENDS.gtk3+= ${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:}
DBUS_MESON_ENABLED= dbus

GTK3_SUBPACKAGES= gtk3
Expand Down

0 comments on commit bb176de

Please sign in to comment.