Skip to content

Commit

Permalink
[wpe-launcher] Add package.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdobersek committed Oct 9, 2015
1 parent e6cdb6b commit 7df6e9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/wpe-launcher/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config BR2_PACKAGE_WPE_LAUNCHER
bool "wpe-launcher"
depends on BR2_PACKAGE_WPE
help
WPE launcher app.
12 changes: 12 additions & 0 deletions package/wpe-launcher/wpe-launcher.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
###############################################################################
#
# wpe-launcher
#
################################################################################

WPE_LAUNCHER_VERSION = 38ee77cceb4534762914f169956f6cb977f71509
WPE_LAUNCHER_SITE = $(call github,Metrological,wpe-launcher,$(WPE_LAUNCHER_VERSION))

WPE_LAUNCHER_DEPENDENCIES = wpe rpi-userland

$(eval $(cmake-package))

0 comments on commit 7df6e9e

Please sign in to comment.