From 82bf46d23f407fce4e94ab27c805ae239c1a0e7a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 11 Aug 2026 21:27:09 +0900 Subject: internal/rosa/package: replace pkg-config This replaces pkg-config with pkgconf for most packages. Signed-off-by: Ophestra --- internal/rosa/package/x.az | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'internal/rosa/package/x.az') diff --git a/internal/rosa/package/x.az b/internal/rosa/package/x.az index eee3461d..1bab7f79 100644 --- a/internal/rosa/package/x.az +++ b/internal/rosa/package/x.az @@ -34,7 +34,7 @@ package libxtrans { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, ]; @@ -59,7 +59,7 @@ package xorgproto { inputs = [ automake, - pkg-config, + pkgconf, util-macros, ]; @@ -121,7 +121,7 @@ package xcb { inputs = [ python, - pkg-config, + pkgconf, xcb-proto, libXau, @@ -148,7 +148,7 @@ package libxcb-keysyms { exec = make {}; inputs = [ - pkg-config, + pkgconf, xcb, ]; @@ -172,7 +172,7 @@ package libxcb-wm { inputs = [ m4, - pkg-config, + pkgconf, xcb, ]; @@ -196,7 +196,7 @@ package libxcb-util { exec = make {}; inputs = [ - pkg-config, + pkgconf, util-macros, xcb, @@ -220,7 +220,7 @@ package libxcb-image { exec = make {}; inputs = [ - pkg-config, + pkgconf, libxcb-util, ]; @@ -244,7 +244,7 @@ package libxcb-render-util { exec = make {}; inputs = [ - pkg-config, + pkgconf, util-macros, xcb, @@ -278,7 +278,7 @@ package libX11 { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, libxtrans, @@ -309,7 +309,7 @@ package libXext { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, libX11, @@ -338,7 +338,7 @@ package libXfixes { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, xorgproto, @@ -368,7 +368,7 @@ package libXrender { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, libX11, @@ -397,7 +397,7 @@ package libxshmfence { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, xorgproto, @@ -424,7 +424,7 @@ package libXxf86vm { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, libXext, @@ -454,7 +454,7 @@ package libXrandr { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, libXext, @@ -488,7 +488,7 @@ package font-util { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, ]; @@ -514,7 +514,7 @@ package libfontenc { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, font-util, @@ -561,7 +561,7 @@ package xkbcomp { inputs = [ automake, libtool, - pkg-config, + pkgconf, byacc, util-macros, @@ -591,7 +591,7 @@ package libXfont2 { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, freetype, @@ -642,7 +642,7 @@ package libXdmcp { inputs = [ automake, libtool, - pkg-config, + pkgconf, util-macros, xorgproto, -- cgit v1.3.1