xf86-video-ati: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:55:39 +00:00
parent 800d10232e
commit d3f50039f7

View File

@ -16,6 +16,10 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-glamor \
--with-xorg-module-dir=${XORG_PATH_MODULES}"
post_configure_target() {
libtool_remove_rpath libtool
}
post_makeinstall_target() {
mkdir -p ${INSTALL}/etc/X11
cp ${PKG_DIR}/config/*.conf ${INSTALL}/etc/X11