aboutsummaryrefslogtreecommitdiff
path: root/epoxy.pc.in
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-01-30 12:08:57 -0800
committerEric Anholt <eric@anholt.net>2014-01-30 12:11:24 -0800
commitf6e91a7e86c288be5e91d58e2bdb110f3c1c89ea (patch)
treebdeca302200ba868eac1e92e47bdda4e14eeb30e /epoxy.pc.in
parent12ef9dcf2d3600bcbe926c83597f9a782c5a068c (diff)
downloadlibepoxy-f6e91a7e86c288be5e91d58e2bdb110f3c1c89ea.tar.gz
Declare a private dependency on libdl.
The new linker requires that the consumers of a library link against the libraries that that library depends on, which is supported by Libs.private. Fixes #16
Diffstat (limited to 'epoxy.pc.in')
-rw-r--r--epoxy.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/epoxy.pc.in b/epoxy.pc.in
index 6d484d1..8c85a33 100644
--- a/epoxy.pc.in
+++ b/epoxy.pc.in
@@ -8,3 +8,4 @@ Description: epoxy GL dispatch Library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lepoxy
+Libs.private: @DLOPEN_LIBS@