Skip to content

Commit

Permalink
Use "Requires.private" instead of "Requires" in the qt3 and qt4 pkg-c…
Browse files Browse the repository at this point in the history
…onfig file. (closes: #2)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1102 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
  • Loading branch information
poettering committed Jan 22, 2006
1 parent 948bdfa commit 90d0e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avahi-qt3.pc.in
Expand Up @@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: avahi-qt3
Description: Avahi Multicast DNS Responder (QT3 Support)
Version: @PACKAGE_VERSION@
Requires: qt-mt >= 3.0.0
Requires.private: qt-mt >= 3.0.0
Libs: -L${libdir} -lavahi-qt3
Cflags: -D_REENTRANT -I${includedir}
2 changes: 1 addition & 1 deletion avahi-qt4.pc.in
Expand Up @@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: avahi-qt4
Description: Avahi Multicast DNS Responder (QT4 Support)
Version: @PACKAGE_VERSION@
Requires: QtCore >= 4.0.0
Requires.private: QtCore >= 4.0.0
Libs: -L${libdir} -lavahi-qt4
Cflags: -D_REENTRANT -I${includedir}

0 comments on commit 90d0e91

Please sign in to comment.