Skip to content

Commit

Permalink
prefer libcurl4-openssl over gnutls
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnipex committed Mar 27, 2014
1 parent f2b6c78 commit 2a09401
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions control.in.unified
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Package: xbmc
Architecture: all
Depends: xbmc-bin (>= ${source:Version}),
xbmc-bin (<< ${source:Version}.1~),
curl,
mesa-utils,
x11-utils,
ttf-liberation | fonts-liberation,
Expand Down
2 changes: 1 addition & 1 deletion control.unified
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Build-Depends: debhelper (>= 7.0.50~),
libcec2 (>= 2.1),
libcec-dev (>= 2.1),
libcrystalhd-dev,
libcurl4-gnutls-dev | libcurl-dev,
libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev,
libcwiid-dev,
libdbus-1-dev,
libenca-dev,
Expand Down
1 change: 0 additions & 1 deletion rules.unified
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,4 @@ override_dh_shlibdeps: debian/tmp/xbmc-bin-dummy.so
debian/tmp/xbmc-bin-dummy.so:
mkdir -p debian/tmp
cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null \
-lcurl-gnutls \
-lrtmp \
2 changes: 1 addition & 1 deletion var_info.unified
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BUILD_DEPENDS="debhelper (>= 7.0.50~),
libcec2 (>= 2.1),
libcec-dev (>= 2.1),
libcrystalhd-dev,
libcurl4-gnutls-dev | libcurl-dev,
libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev,
libcwiid-dev,
libdbus-1-dev,
libenca-dev,
Expand Down

0 comments on commit 2a09401

Please sign in to comment.