Change from using xdg shell v5 to v6.
Also fix shell return value detection.
This commit is contained in:
parent
b27f17da65
commit
99577c8e88
3 changed files with 58 additions and 34 deletions
|
@ -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}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue