summaryrefslogtreecommitdiff
path: root/check/gtk/x11.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/gtk/x11.pc')
-rw-r--r--check/gtk/x11.pc15
1 files changed, 15 insertions, 0 deletions
diff --git a/check/gtk/x11.pc b/check/gtk/x11.pc
new file mode 100644
index 0000000..695b925
--- /dev/null
+++ b/check/gtk/x11.pc
@@ -0,0 +1,15 @@
+prefix=/gtk
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+xthreadlib=-lpthread
+
+Name: X11
+Description: X Library
+Version: 1.4.3
+Requires: xproto kbproto
+Requires.private: xcb >= 1.1.92
+Cflags: -I${includedir}
+Libs: -L${libdir} -lX11
+Libs.private: -lpthread