Skip to content

Commit

Permalink
telegram: fix qt5.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
msva committed May 20, 2017
1 parent 8a06089 commit 8e8d9a2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions net-im/telegram-desktop/telegram-desktop-9999.ebuild
Expand Up @@ -18,7 +18,11 @@ IUSE="custom-api-id debug"

COMMON_DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5[xcb,jpeg,png,gtk]
dev-qt/qtgui:5[xcb,jpeg,png]
|| (
dev-qt/qtgui:5[gtkstyle]
dev-qt/qtgui:5[gtk]
)
dev-qt/qtwidgets[xcb,png]
dev-qt/qtnetwork
dev-qt/qtimageformats
Expand All @@ -34,11 +38,10 @@ COMMON_DEPEND="
x11-libs/libX11
dev-util/google-breakpad
!net-im/telegram-desktop-bin
|| (
media-sound/pulseaudio
media-sound/apulse
)
media-sound/pulseaudio
"
#media-sound/apulse
# ^ wrong library path, and we anyway need pulseaudio headers :'(

RDEPEND="
${COMMON_DEPEND}
Expand Down

0 comments on commit 8e8d9a2

Please sign in to comment.