Skip to content

Commit

Permalink
ppa: fixed: add dvdplayer to path so that dpkg-shlibdeps can find them.
Browse files Browse the repository at this point in the history
TODO: Research which include path is most correct.
  • Loading branch information
theuni committed Feb 25, 2011
1 parent e31788a commit b3e4b70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -115,6 +115,10 @@ override_dh_makeshlibs:
# postinst/postrm scripts to call ldconfig
dh_makeshlibs -n

override_dh_shlibdeps:
dh_shlibdeps -a -O--parallel \
-l$(CURDIR)/debian/xbmc-bin/usr/lib/xbmc/system/players/dvdplayer

override_dh_gencontrol:
dh_gencontrol
# Need to manually add dependencies for dlopened libs.
Expand Down

0 comments on commit b3e4b70

Please sign in to comment.