tinywl: fix wlroots dependency constraint in Makefile

master
Simon Ser 1 year ago
parent 767eedd3cb
commit fe53ec6937

@ -1,7 +1,7 @@
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols) WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner) WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
LIBS=\ LIBS=\
$(shell pkg-config --cflags --libs "wlroots >= 0.17.0-dev") \ $(shell pkg-config --cflags --libs "wlroots >= 0.17.0") \
$(shell pkg-config --cflags --libs wayland-server) \ $(shell pkg-config --cflags --libs wayland-server) \
$(shell pkg-config --cflags --libs xkbcommon) $(shell pkg-config --cflags --libs xkbcommon)

Loading…
Cancel
Save