diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 16:10:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 16:10:19 +0000 |
commit | 6ad57cc3dd10fb38ca79088a6d670422a5f002bc (patch) | |
tree | 9562292e56020470a6c282129c8ccc8929ee1e11 /lib/libxcb/libxcb-res | |
parent | fd21f434d52f5831971a19ecf3160407b0283d16 (diff) |
Xenocara build infrastructure for libxcb.
This includes a set of pre-generated sources files in src/ so that
python and xslt are not needed to build.
Diffstat (limited to 'lib/libxcb/libxcb-res')
-rw-r--r-- | lib/libxcb/libxcb-res/Makefile | 12 | ||||
-rw-r--r-- | lib/libxcb/libxcb-res/shlib_version | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/libxcb/libxcb-res/Makefile b/lib/libxcb/libxcb-res/Makefile new file mode 100644 index 000000000..9a4918fa3 --- /dev/null +++ b/lib/libxcb/libxcb-res/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD: Makefile,v 1.1 2009/05/22 16:10:18 matthieu Exp $ + +LIB= xcb-res + +HDRS= res.h + +SRCS= res.c + +PC= xcb-res.pc + +.include <bsd.lib.mk> +.include <bsd.xorg.mk> diff --git a/lib/libxcb/libxcb-res/shlib_version b/lib/libxcb/libxcb-res/shlib_version new file mode 100644 index 000000000..97c9f92d6 --- /dev/null +++ b/lib/libxcb/libxcb-res/shlib_version @@ -0,0 +1,2 @@ +major=0 +minor=0 |