Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ssu] Fix build with systemd v233. Contributes to JB#45921
Replace: libsystemd-journal -> libsystemd.

Signed-off-by: Igor Zhbanov <i.zhbanov@omprussia.ru>
  • Loading branch information
izh1979 committed May 4, 2020
1 parent 4468f66 commit fc7d512
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libssu/libssu.pro
Expand Up @@ -38,7 +38,7 @@ SOURCES = \

CONFIG += link_pkgconfig
QT += network xml dbus
PKGCONFIG += libsystemd-journal libshadowutils libzypp
PKGCONFIG += libsystemd libshadowutils libzypp

install_headers.files = $${public_headers}

Expand All @@ -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-journal libshadowutils libzypp
QMAKE_PKGCONFIG_REQUIRES = Qt5Network Qt5Xml Qt5DBus libsystemd libshadowutils libzypp

INSTALLS += pkgconfig
2 changes: 1 addition & 1 deletion rpm/ssu.spec
Expand Up @@ -12,7 +12,7 @@ BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(libzypp)
BuildRequires: pkgconfig(libsystemd-journal)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libshadowutils)
BuildRequires: pkgconfig(connman-qt5)
BuildRequires: oneshot
Expand Down
2 changes: 1 addition & 1 deletion ssuslipstream/ssuslipstream.pro
Expand Up @@ -12,4 +12,4 @@ HEADERS += ssuslipstream.h
SOURCES += main.cpp

CONFIG += link_pkgconfig
PKGCONFIG += libsystemd-journal
PKGCONFIG += libsystemd
2 changes: 1 addition & 1 deletion ssuurlresolver/ssuurlresolver.pro
Expand Up @@ -17,4 +17,4 @@ SOURCES = main.cpp \
ssuurlresolver.cpp

CONFIG += link_pkgconfig
PKGCONFIG += libzypp libsystemd-journal
PKGCONFIG += libzypp libsystemd

0 comments on commit fc7d512

Please sign in to comment.