Skip to content

Commit

Permalink
Merge branch 'remove_unnecessary_deps' into 'master'
Browse files Browse the repository at this point in the history
[ssu] Remove unnecessary pkgconfig requirements. Contributes to JB#52612

See merge request mer-core/ssu!53
  • Loading branch information
pvuorela committed Dec 29, 2020
2 parents ed0a628 + fc807d8 commit 0d604f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libssu/libssu.pro
Expand Up @@ -57,6 +57,6 @@ QMAKE_PKGCONFIG_VERSION = $$VERSION
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$install_headers.path
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
QMAKE_PKGCONFIG_REQUIRES = Qt5Network Qt5Xml Qt5DBus libsystemd libshadowutils libzypp
QMAKE_PKGCONFIG_REQUIRES = Qt5Core

INSTALLS += pkgconfig

0 comments on commit 0d604f1

Please sign in to comment.