Skip to content

Commit

Permalink
Merge pull request #29 from vicamo/kglobalaccel-5.8-require-kconfig-k…
Browse files Browse the repository at this point in the history
…i18n

kglobalaccel: require kconfig, ki18n
  • Loading branch information
haraldF committed Mar 19, 2015
2 parents 3c102af + 7ff247e commit 9dcfa40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kf5-kglobalaccel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ class Kf5Kglobalaccel < Formula

depends_on "cmake" => :build
depends_on "haraldf/kf5/kf5-extra-cmake-modules" => :build
depends_on "haraldf/kf5/kf5-kconfig"
depends_on "haraldf/kf5/kf5-kcoreaddons"
depends_on "haraldf/kf5/kf5-kcrash"
depends_on "haraldf/kf5/kf5-kdbusaddons"
depends_on "haraldf/kf5/kf5-ki18n"
depends_on "qt5" => "with-d-bus"

def install
Expand Down

0 comments on commit 9dcfa40

Please sign in to comment.