diff options
author | Jens Georg <mail@jensge.org> | 2015-05-25 23:07:08 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2015-05-25 23:07:21 +0200 |
commit | bc6a4f5d143d941ee26f07dfb9d24c90fe8a89a4 (patch) | |
tree | ac089a559303f1029560261d1eb2e839be789231 /rygel-core-2.6.pc.in | |
parent | 1e40d5d4df8ebdf628897990098f92182bde6b1b (diff) | |
download | rygel-bc6a4f5d143d941ee26f07dfb9d24c90fe8a89a4.tar.gz |
build: Remove uuid from .pc files
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'rygel-core-2.6.pc.in')
-rw-r--r-- | rygel-core-2.6.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rygel-core-2.6.pc.in b/rygel-core-2.6.pc.in index 24125b9d..d02fccf5 100644 --- a/rygel-core-2.6.pc.in +++ b/rygel-core-2.6.pc.in @@ -12,4 +12,4 @@ Version: @VERSION@ Libs: -L${libdir} -lrygel-core-2.6 Cflags: -I${includedir}/rygel-2.6 Requires: gupnp-av-1.0 gee-0.8 -Requires.Private: uuid gmodule-2.0 +Requires.Private: gmodule-2.0 |