Add glib dep to prevent compile errors
Closes Homebrew/homebrew#4402. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ec635b19fe
commit
a8aa222d29
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class KdePhonon <Formula
|
|||
depends_on 'cmake' => :build
|
||||
depends_on 'automoc4' => :build
|
||||
depends_on 'qt'
|
||||
depends_on 'glib' => :build
|
||||
|
||||
keg_only "This package is already supplied by Qt and is only needed by KDE packages."
|
||||
|
||||
|
|
Loading…
Reference in a new issue