mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
include: install internal render headers for external consumers
This commit is contained in:
parent
6473365361
commit
a1861c8295
2 changed files with 25 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
PKG_CONFIG?=pkg-config
|
||||
|
||||
PKGS="wlroots-0.21" wayland-server xkbcommon
|
||||
CFLAGS_PIXMAN!=$(PKG_CONFIG) --cflags pixman-1
|
||||
CFLAGS_PKG_CONFIG!=$(PKG_CONFIG) --cflags $(PKGS)
|
||||
CFLAGS+=$(CFLAGS_PKG_CONFIG)
|
||||
CFLAGS+=$(CFLAGS_PIXMAN) $(CFLAGS_PKG_CONFIG)
|
||||
LIBS!=$(PKG_CONFIG) --libs $(PKGS)
|
||||
|
||||
all: tinywl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue