tinywl: update for versioned pkg-config file

This commit is contained in:
Violet Purcell 2024-03-17 14:00:26 -04:00 committed by Simon Ser
parent 4b4f76cc13
commit c76a232835

View File

@ -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.18.0-dev") \ $(shell pkg-config --cflags --libs "wlroots-0.18") \
$(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)