diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2007-09-02 21:31:40 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 17:43:43 +0200 |
commit | 93483ce75b9058c30173a897288ed89b0c45c943 (patch) | |
tree | cfe852b4911ef5ca2604fac703f1c2e25b612bfc | |
parent | af3df13591f172aa4b0e74101574ca29ff879ba6 (diff) |
BSD Makefile
-rw-r--r-- | Makefile.bsd-wrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 0000000..4501986 --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2013/08/13 07:07:14 guenther Exp $ + +SHARED_LIBS= Xcomposite 4.0 + +CONFIGURE_ARGS += --with-xmlto=no + +.include <bsd.xorg.mk> |