Browse Source

More tidybits needed by old gl.pc

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
5a52651b42
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-common.sh

+ 1
- 1
bootstrap-common.sh View File

@@ -274,7 +274,7 @@ if [ "${LINUX}" -eq 1 ]; then
sed -i '/Libs.private/d' ${TARGET_PKG_CONFIG_PATH}/xfixes.pc
fi
if [ ! -e "${TARGET_PKG_CONFIG_PATH}/xproto.pc" ]; then
cp $(pkg-config --variable=pcfiledir xproto)/{fixesproto,kbproto,randrproto,renderproto,xextproto,xproto}.pc ${TARGET_PKG_CONFIG_PATH}/
cp $(pkg-config --variable=pcfiledir xproto)/{damageproto,fixesproto,kbproto,randrproto,renderproto,xextproto,xproto}.pc ${TARGET_PKG_CONFIG_PATH}/
sed -i '/Libs.private/d' ${TARGET_PKG_CONFIG_PATH}/{fixesproto,kbproto,randrproto,renderproto,xextproto,xproto}.pc
fi
if [ ! -e "${TARGET_PKG_CONFIG_PATH}/xrandr.pc" ]; then


Loading…
Cancel
Save