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

[Git][xorg-team/wayland/weston][debian-unstable] rules: Drop the workaround to drop includedir from libweston-NN-protocols.pc. (LP: #1887301)



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

  • b91bbcf0
    by Timo Aaltonen at 2023-08-29T10:32:20+03:00
    rules: Drop the workaround to drop includedir from libweston-NN-protocols.pc. (LP: #1887301)
    

1 changed file:

Changes:

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


  • Reply to: