ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/libXdamage/Makefile
Revision: 19
Committed: Sun Jun 21 01:34:59 2026 UTC (4 weeks, 2 days ago) by operz
File size: 702 byte(s)
Log Message:
Add GTK3 dep chain: xorgproto (replaces individual protos), libXfixes/composite/damage/i/inerama/randr/cursor, pixman, libpng, libjpeg-turbo, pcre2; keep old individual proto recipes; add gtk3 skeleton

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 .DEFAULT_GOAL := all
3 NAME = libXdamage
4 VERSION = 1.1.7
5 GARTYPE = v2
6
7 MASTER_SITES = https://xorg.freedesktop.org/archive/individual/lib/
8 DISTFILES += $(DISTNAME).tar.gz
9 LICENSE = COPYING
10
11 PACKAGES += OZSWlibXdamage
12 SPKG_DESC_OZSWlibXdamage = X Damage extension library
13 CATALOGNAME_OZSWlibXdamage = libXdamage
14
15 BUILD_DEP_PKGS += OZSWlibX11 OZSWlibXfixes OZSWxorgproto
16 RUNTIME_DEP_PKGS_OZSWlibXdamage += OZSWlibX11 OZSWlibXfixes
17
18 EXTENSIONS = 1
19 EXTRA_LD_FLAGS += -lsocket -lnsl
20
21 post-configure:
22 @find $(WORKSRC) -name "libtool" -type f -exec \
23 gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \;
24 @$(MAKECOOKIE)
25
26 include gar/category.mk