aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2012-09-03 10:23:46 -0500
committerNikhil Devshatwar2013-05-21 03:43:29 -0500
commitba1989b6898e102fd0021cc7609c0a26cc272bb0 (patch)
treeceb359277cd7ab947f731e5ce605c6370eafe24f
parent71d604a9b6d0f50f7cb8e500a3906586987c8e89 (diff)
downloadexternal-libgbm-ba1989b6898e102fd0021cc7609c0a26cc272bb0.tar.gz
external-libgbm-ba1989b6898e102fd0021cc7609c0a26cc272bb0.tar.xz
external-libgbm-ba1989b6898e102fd0021cc7609c0a26cc272bb0.zip
update pkgconfig file
Need to add libdl/libudev dependencies. Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
-rw-r--r--gbm.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbm.pc.in b/gbm.pc.in
index 12348412..d7708c71 100644
--- a/gbm.pc.in
+++ b/gbm.pc.in
@@ -5,6 +5,8 @@ includedir=@includedir@
5 5
6Name: gbm 6Name: gbm
7Description: gbm library 7Description: gbm library
8Requires.private: libudev
8Version: @PACKAGE_VERSION@ 9Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lgbm 10Libs: -L${libdir} -lgbm
11Libs.private: -ldl
10Cflags: -I${includedir}/gbm 12Cflags: -I${includedir}/gbm