internal/rosa/package: replace pkg-config

This replaces pkg-config with pkgconf for most packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-11 21:27:09 +09:00
parent 2abcb99ea2
commit 82bf46d23f
16 changed files with 38 additions and 38 deletions
+20 -20
View File
@@ -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,