Skip to content

Commit

Permalink
polish/kadu: add missing dependency on testlib
Browse files Browse the repository at this point in the history
The port was previously getting that dependency transitively.
  • Loading branch information
tcberner committed Jul 15, 2021
1 parent 711845c commit 93dc985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polish/kadu/Makefile
Expand Up @@ -40,7 +40,8 @@ USE_XORG= x11 xext xfixes xscrnsaver
USE_GNOME= glib20
USE_QT= concurrent core dbus declarative gui multimedia network \
script scripttools sql webkit widgets x11extras \
xml xmlpatterns buildtools_build linguisttools_build \
xml xmlpatterns \
buildtools_build linguisttools_build testlib_build \
qmake_build imageformats_run sql-sqlite3_run
# Setting KADU_VERSION disables git invocation
CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \
Expand Down

0 comments on commit 93dc985

Please sign in to comment.