x11-wm/hikari: fix build on GCC architectures

Use newer GCC:
src/mark_select_mode.c: In function 'lookup_mark':
src/mark_select_mode.c:25: error: 'struct wlr_input_device' has no member named 'keyboard'
This commit is contained in:
Piotr Kubaj 2020-02-15 18:02:57 +00:00
parent 34baa236f8
commit 8f7ed2a8e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526232

View File

@ -21,7 +21,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libwlroots.so:x11-toolkits/wlroots \
libxkbcommon.so:x11/libxkbcommon
USES= gnome pkgconfig xorg
USES= compiler:c11 gnome pkgconfig xorg
USE_GNOME= cairo glib20 pango
USE_XORG= pixman
ALL_TARGET= ${WITH_DEBUG:Ddebug}