[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/wayland/weston][debian-unstable] 2 commits: Workaround having a libdir and includedir in weston-protocols.pc



Title: GitLab

Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -17,6 +17,13 @@ override_dh_makeshlibs:
    17 17
     override_dh_fixperms:
    
    18 18
     	dh_fixperms -Xusr/bin/weston-launch
    
    19 19
     
    
    20
    +# Workaround for https://gitlab.freedesktop.org/wayland/weston/issues/269
    
    21
    +override_dh_install:
    
    22
    +	sed -e '/libdir=/d' \
    
    23
    +	    -e '/includedir=/d' \
    
    24
    +	    -i debian/tmp/usr/share/pkgconfig/libweston-6-protocols.pc
    
    25
    +	dh_install
    
    26
    +
    
    20 27
     %:
    
    21 28
     	dh $@ --with quilt --buildsystem=meson
    
    22 29
     
    


  • Reply to: