diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-12-20 17:39:19 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 14:54:19 +0200 |
commit | 2610eeafca11365f64a388e064201cbef480fddc (patch) | |
tree | be1a2697058a961838fcd997fa8d0e874956f88f | |
parent | 09617bcc9a0f1b5072212da5f8fede92ab85d157 (diff) |
BSD makefileobsd
-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..eb5febc --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2013/08/13 07:07:14 guenther Exp $ + +SHARED_LIBS= Xcursor 5.0 + +CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:/usr/local/share/icons:/usr/local/share/pixmaps:${X11BASE}/share/icons:${X11BASE}/share/pixmaps" + +.include <bsd.xorg.mk> |