Skip to content
Commits on Source (2)
......@@ -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
......