Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-03-05 18:27:16 +01:00
parent 4784fc06e1
commit aeccf6ab37
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions

View File

@ -482,8 +482,8 @@ else
DGL_FLAGS = $(shell $(PKG_CONFIG) --cflags gl x11 xcursor xext xrandr)
DGL_LIBS = $(shell $(PKG_CONFIG) --libs gl x11 xcursor xext xrandr)
ifeq ($(HAVE_DBUS)$(STATIC_PLUGIN_TARGET)$(USING_CUSTOM_DPF),truetruetrue)
DGL_FLAGS += $(shell $(PKG_CONFIG) --cflags dbus)
DGL_LIBS += $(shell $(PKG_CONFIG) --libs dbus)
DGL_FLAGS += $(shell $(PKG_CONFIG) --cflags dbus-1)
DGL_LIBS += $(shell $(PKG_CONFIG) --libs dbus-1)
endif
endif