diff options
| author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:00:50 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:10:44 -0600 | 
| commit | 0761fd0691ee5816a0319ebda3ba70477a1df967 (patch) | |
| tree | 9232ee09a83c44aa58a176dc5997a27d466fbed6 /Makefile | |
| parent | 5a4839b1c8e1b171441a86a379ef30ddfb687421 (diff) | |
| parent | 12b44421c84367a67461f81cacf13297ae673c20 (diff) | |
Merge branch 'wlroots-next'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -12,7 +12,7 @@ DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \  	-Wfloat-conversion  # CFLAGS / LDFLAGS -PKGS      = wlroots wayland-server xkbcommon libinput $(XLIBS) +PKGS      = wlroots-0.18 wayland-server xkbcommon libinput $(XLIBS)  DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)  LDLIBS    = `$(PKG_CONFIG) --libs $(PKGS)` -lm $(LIBS) @@ -31,13 +31,13 @@ WAYLAND_SCANNER   = `$(PKG_CONFIG) --variable=wayland_scanner wayland-scanner`  WAYLAND_PROTOCOLS = `$(PKG_CONFIG) --variable=pkgdatadir wayland-protocols`  cursor-shape-v1-protocol.h: -	$(WAYLAND_SCANNER) server-header \ +	$(WAYLAND_SCANNER) enum-header \  		$(WAYLAND_PROTOCOLS)/staging/cursor-shape/cursor-shape-v1.xml $@  pointer-constraints-unstable-v1-protocol.h: -	$(WAYLAND_SCANNER) server-header \ +	$(WAYLAND_SCANNER) enum-header \  		$(WAYLAND_PROTOCOLS)/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml $@  wlr-layer-shell-unstable-v1-protocol.h: -	$(WAYLAND_SCANNER) server-header \ +	$(WAYLAND_SCANNER) enum-header \  		protocols/wlr-layer-shell-unstable-v1.xml $@  wlr-output-power-management-unstable-v1-protocol.h:  	$(WAYLAND_SCANNER) server-header \ | 
