mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Use the eagle pkg-config file instead of assuming ../eagle.
This commit is contained in:
parent
78231c8dd0
commit
f099fd24a3
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,9 @@
|
||||||
CFLAGS = -Wall -g
|
CFLAGS = -Wall -g
|
||||||
|
|
||||||
EAGLE_CFLAGS = -I../eagle
|
PKG_CONFIG_PATH ?= $(HOME)/install/lib/pkgconfig
|
||||||
EAGLE_LDLIBS = -L../eagle -leagle
|
|
||||||
|
EAGLE_CFLAGS = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags eagle)
|
||||||
|
EAGLE_LDLIBS = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs eagle)
|
||||||
|
|
||||||
clients = flower pointer background window
|
clients = flower pointer background window
|
||||||
compositors = egl-compositor.so glx-compositor.so
|
compositors = egl-compositor.so glx-compositor.so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue