From 9a1fbcea2d9b98972d8aff8d473ff34243178db4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Jan 2022 12:23:03 +0100 Subject: xcb-proto: workaround no longer required with latest pkgconf --- package/xcb-proto/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'package') diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index 67947e882..db4a7c63b 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xcb-proto PKG_VERSION:= 1.12 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= cfa49e65dd390233d560ce4476575e4b76e505a0e0bacdfb5ba6f8d0af53fd59 PKG_DESCR:= xml-xcb protocol descriptions PKG_SECTION:= dev/header @@ -30,16 +30,13 @@ include $(ADK_TOPDIR)/mk/python.mk HOST_STYLE:= auto CONFIGURE_ENV+= PYTHON=$(PYTHON) -# pkg-config variables are not fixed up with sysroot hostpost-install: - $(SED) 's|^\(xcbincludedir=\)|\1$(STAGING_HOST_DIR)|' \ - $(STAGING_HOST_DIR)/usr/lib/pkgconfig/xcb-proto.pc + ${INSTALL_DIR} ${STAGING_HOST_DIR}/usr/share/xcb + ${CP} ${WRKBUILD}/src/*.xml ${STAGING_HOST_DIR}/usr/share/xcb post-build: ${INSTALL_DIR} ${STAGING_TARGET_DIR}/usr/share/xcb ${CP} ${WRKBUILD}/src/*.xml ${STAGING_TARGET_DIR}/usr/share/xcb - $(SED) 's|^\(xcbincludedir=\)|\1$(STAGING_TARGET_DIR)|' \ - $(WRKBUILD)/xcb-proto.pc xcb-python-install: $(INSTALL_DIR) ${STAGING_TARGET_DIR}/usr/lib/python${PYTHON_VERSION}/site-packages/xcbgen -- cgit v1.2.3