summaryrefslogtreecommitdiff
path: root/lib/xcb-util/property
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-23 14:43:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-23 14:43:13 +0000
commitcc22a05bcd24e9b6e8c5b339eadeae2e7b9cdb6e (patch)
treef162807dc34167aecde77ba866a3fa26c041d3db /lib/xcb-util/property
parent86bb951017acff65627eb198fe1fa4c73b46aad4 (diff)
build system for xcb-util
Diffstat (limited to 'lib/xcb-util/property')
-rw-r--r--lib/xcb-util/property/Makefile14
-rw-r--r--lib/xcb-util/property/shlib_version2
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/xcb-util/property/Makefile b/lib/xcb-util/property/Makefile
new file mode 100644
index 000000000..a385fffb3
--- /dev/null
+++ b/lib/xcb-util/property/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 matthieu Exp $
+
+SUBLIB= property
+
+SRCS= property.c
+
+CPPFLAGS= -I${XCBUTIL}/event
+
+HEADERS= xcb_property.h
+
+LDADD!= pkg-config --libs xcb xcb-event
+
+.include <bsd.lib.mk>
+.include <bsd.xorg.mk>
diff --git a/lib/xcb-util/property/shlib_version b/lib/xcb-util/property/shlib_version
new file mode 100644
index 000000000..1edea46de
--- /dev/null
+++ b/lib/xcb-util/property/shlib_version
@@ -0,0 +1,2 @@
+major=1
+minor=0