disable i3 support for now; it gets picked up during configure (though we had no BDEP on it)

and I don't think it's worthwhile yet to force i3 as a dependency of polybar. we can still
add an -i3 subpackage if there is a request for it.

breakge spotted by naddy@
This commit is contained in:
jasper 2019-09-23 19:59:12 +00:00
parent 2a5f377c8e
commit cb50bb7f96

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/09/20 09:21:05 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2019/09/23 19:59:12 jasper Exp $
COMMENT = fast and easy-to-use status bar
V = 3.4.0
@ -41,7 +41,8 @@ RUN_DEPENDS = x11/py-xcbgen \
fonts/unifont
CONFIGURE_ARGS = -DENABLE_CCACHE=OFF \
-DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -lintl -L${LOCALBASE}/lib/inotify -linotify -Wl,-rpath,${LOCALBASE}/lib/inotify"
-DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -lintl -L${LOCALBASE}/lib/inotify -linotify -Wl,-rpath,${LOCALBASE}/lib/inotify" \
-DENABLE_I3=OFF
NO_TEST = Yes