ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/xcb-proto/Makefile
Revision: 17
Committed: Sun Jun 21 00:02:56 2026 UTC (4 weeks, 2 days ago) by operz
File size: 396 byte(s)
Log Message:
Add X11 library dependency chain: xextproto, kbproto, inputproto, xcb-proto, xtrans, libpthread-stubs, libXau, libXdmcp, libxcb, libX11 1.8

File Contents

# User Rev Content
1 operz 17 # vim: ft=make ts=4 sw=4 noet
2     NAME = xcb-proto
3     VERSION = 1.17.0
4     GARTYPE = v2
5    
6     MASTER_SITES = https://xorg.freedesktop.org/archive/individual/proto/
7     DISTFILES += $(DISTNAME).tar.gz
8    
9     LICENSE = COPYING
10    
11     PACKAGES += OZSWxcb-proto
12     SPKG_DESC_OZSWxcb-proto = XCB protocol descriptions
13     CATALOGNAME_OZSWxcb-proto = xcb_proto
14    
15     BUILD_DEP_PKGS += OZSWpy311
16    
17     include gar/category.mk