]> git.pld-linux.org Git - packages/nvidia-settings.git/blame - wayland.patch
up to 525.78.01
[packages/nvidia-settings.git] / wayland.patch
CommitLineData
aa05d668
JP
1--- nvidia-settings-515.48.07/src/Makefile.orig 2022-05-27 06:00:06.000000000 +0200
2+++ nvidia-settings-515.48.07/src/Makefile 2022-06-01 21:50:14.917004206 +0200
3@@ -42,10 +42,10 @@
4 endif
5 ifeq (1,$(WAYLAND_AVAILABLE))
6 ifndef WAYLAND_CFLAGS
7- WAYLAND_CFLAGS := $(shell $(PKG_CONFIG) --cflags )
8+ WAYLAND_CFLAGS := $(shell $(PKG_CONFIG) --cflags wayland-client)
9 endif
10 ifndef WAYLAND_LDFLAGS
11- WAYLAND_LDFLAGS := $(shell $(PKG_CONFIG) --libs )
12+ WAYLAND_LDFLAGS := $(shell $(PKG_CONFIG) --libs wayland-client)
13 endif
14 BUILD_WAYLANDLIB = 1
15 endif
This page took 0.271896 seconds and 4 git commands to generate.