- glyr-pkgconfig.patch Do not inject bogus extra dependencies into the rest of system. OBS-URL: https://build.opensuse.org/request/show/142456 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glyr?expand=0&rev=13
11 lines
384 B
Diff
11 lines
384 B
Diff
--- libglyr.pc.in.orig
|
|
+++ libglyr.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
Name: libglyr
|
|
Description: A music metadata search engine library [@GLYR_VERSION_NAME@]
|
|
-Requires: glib-2.0 libcurl sqlite3
|
|
+Requires: sqlite3
|
|
Version: @GLYR_VERSION_MAJOR@.@GLYR_VERSION_MINOR@.@GLYR_VERSION_MICRO@
|
|
Libs: -L@CMAKE_INSTALL_PREFIX@/@INSTALL_LIB_DIR@ -lglyr
|
|
Cflags: -I@CMAKE_INSTALL_PREFIX@/@INSTALL_INC_DIR@
|