mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
dbuscpp: uncomment check for version
Change-Id: I82bde67fed7a295e888c2ea8f96c6e4646f51e64
This commit is contained in:
@ -9,10 +9,9 @@ PKGS += dbus-cpp
|
||||
endif
|
||||
endif
|
||||
|
||||
# Package forced as bugged on GCC7
|
||||
#ifeq ($(call need_pkg,"dbus-c++-1 >= 0.9.0"),)
|
||||
#PKGS_FOUND += dbus-cpp
|
||||
#endif
|
||||
ifeq ($(call need_pkg,"dbus-c++-1 >= 0.9.0"),)
|
||||
PKGS_FOUND += dbus-cpp
|
||||
endif
|
||||
|
||||
$(TARBALLS)/libdbus-c++-${DBUS_CPP_VERSION}.tar.gz:
|
||||
$(call download,$(DBUS_CPP_URL))
|
||||
|
Reference in New Issue
Block a user