forked from pool/libplist
Accepted submit request 55270 from user elvigia OBS-URL: https://build.opensuse.org/request/show/55270 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=6
12 lines
453 B
Diff
12 lines
453 B
Diff
--- libplist.pc.in.orig
|
|
+++ libplist.pc.in
|
|
@@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/inclu
|
|
Name: libplist
|
|
Description: A library to handle Apple Property Lists whereas they are binary or XML
|
|
Version: ${LIBPLIST_VERSION}
|
|
-Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
|
|
+#Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
|
|
Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist
|
|
Cflags: -I${CMAKE_INSTALL_PREFIX}/include
|
|
|