Browse Source

Fixed typo

pull/507/head
John I Filipe Coelho <falktx@falktx.com> 5 months ago
parent
commit
a1c1df71bd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.base.mk

+ 1
- 1
Makefile.base.mk View File

@@ -488,7 +488,7 @@ endif

else

ifeq ($(USE_FILEBROWSER)$(HAVE_DBUS),truetrue)
ifeq ($(USE_FILE_BROWSER)$(HAVE_DBUS),truetrue)
DGL_FLAGS += $(shell $(PKG_CONFIG) --cflags dbus-1) -DHAVE_DBUS
DGL_SYSTEM_LIBS += $(shell $(PKG_CONFIG) --libs dbus-1)
endif


Loading…
Cancel
Save