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