diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-12-19 16:05:24 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-12-19 16:05:24 +0100 |
commit | 639c1f062eab22707b114346238ebe3fe7b3d666 (patch) | |
tree | b812f68f834b7e70b2e19b5cccdafbe7fc2b8439 | |
parent | 15ef911fc1e7d4e1932a09c5c6829723488d8c8e (diff) | |
download | uca-639c1f062eab22707b114346238ebe3fe7b3d666.tar.gz uca-639c1f062eab22707b114346238ebe3fe7b3d666.tar.bz2 uca-639c1f062eab22707b114346238ebe3fe7b3d666.tar.xz uca-639c1f062eab22707b114346238ebe3fe7b3d666.zip |
Require glib and gobject for building
-rw-r--r-- | src/uca.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca.pc.in b/src/uca.pc.in index 6401368..3ca4dbe 100644 --- a/src/uca.pc.in +++ b/src/uca.pc.in @@ -11,3 +11,4 @@ Description: @UCA_DESCRIPTION@ Version: @VERSION@ Libs: -L${libdir} -luca Cflags: -I${includedir_old} -I${includedir_new} +Requires: glib-2.0 gobject-2.0 |