mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 08:00:06 +01:00
tinywl: set minimum wlroots version in Makefile
This commit is contained in:
parent
717ded9bb0
commit
2926acf60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
$(shell pkg-config --cflags --libs "wlroots >= 0.17.0-dev") \
|
||||||
$(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…
Add table
Reference in a new issue