Skip to content

Commit

Permalink
dbuscpp: uncomment check for version
Browse files Browse the repository at this point in the history
Change-Id: I82bde67fed7a295e888c2ea8f96c6e4646f51e64
  • Loading branch information
Sébastien Blin committed Dec 8, 2021
1 parent b4167b1 commit ff37ad2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contrib/src/dbus-cpp/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ff37ad2

Please sign in to comment.