Skip to content
Snippets Groups Projects
Commit ff37ad28 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

dbuscpp: uncomment check for version

Change-Id: I82bde67fed7a295e888c2ea8f96c6e4646f51e64
parent b4167b17
Branches
Tags
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment