Change from using xdg shell v5 to v6.

Also fix shell return value detection.
This commit is contained in:
ethereal 2017-01-25 14:10:56 -08:00
parent b27f17da65
commit 99577c8e88
3 changed files with 58 additions and 34 deletions

View file

@ -8,7 +8,7 @@ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
PKGCFG = fontconfig wayland-client wayland-cursor xkbcommon wld
XDG_SHELL_PROTO = `pkg-config --variable=pkgdatadir wayland-protocols`/unstable/xdg-shell/xdg-shell-unstable-v5.xml
XDG_SHELL_PROTO = `pkg-config --variable=pkgdatadir wayland-protocols`/unstable/xdg-shell/xdg-shell-unstable-v6.xml
# includes and libs
INCS = -I. -I/usr/include `pkg-config --cflags ${PKGCFG}`