Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits: 9863243e by Rohan Garg at 2019-08-20T09:51:05Z Workaround having a libdir and includedir in weston-protocols.pc weston-protocols.pc installs a file with arch-dependent code (libdir) into a arch independent path. Workaround this by sed'ing out the relevant parts as they're not actually required. Refer to https://gitlab.freedesktop.org/wayland/weston/issues/269 for more details. - - - - - 566de806 by Héctor Orón Martínez at 2019-08-20T11:51:14Z Merge branch 'debian-unstable' into 'debian-unstable' Workaround having a libdir and includedir in weston-protocols.pc See merge request xorg-team/wayland/weston!2 - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -17,6 +17,13 @@ override_dh_makeshlibs: override_dh_fixperms: dh_fixperms -Xusr/bin/weston-launch +# Workaround for https://gitlab.freedesktop.org/wayland/weston/issues/269 +override_dh_install: + sed -e '/libdir=/d' \ + -e '/includedir=/d' \ + -i debian/tmp/usr/share/pkgconfig/libweston-6-protocols.pc + dh_install + %: dh $@ --with quilt --buildsystem=meson View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/compare/018bc66329d443edb2d07867263593282b18f2eb...566de806c54cd2e03a5eb51101010173342a118a -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/compare/018bc66329d443edb2d07867263593282b18f2eb...566de806c54cd2e03a5eb51101010173342a118a You're receiving this email because of your account on salsa.debian.org.