summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorRusty Lynch <rusty.lynch@intel.com>2013-03-06 15:12:35 -0800
committerRusty Lynch <rusty.lynch@intel.com>2013-03-06 15:22:12 -0800
commitb55a96b30c51508a059bd8cd2ab013beaa9ceca1 (patch)
treeb4fe43fdc321e7593975f76ff5c9b50116976293 /packaging
parentc9706c5742933798d11052a0ac60e61eb04c5fed (diff)
downloadwebskeleton-b55a96b30c51508a059bd8cd2ab013beaa9ceca1.tar.gz
webskeleton-b55a96b30c51508a059bd8cd2ab013beaa9ceca1.tar.bz2
webskeleton-b55a96b30c51508a059bd8cd2ab013beaa9ceca1.zip
Fix crasher bug by initializing elementary
After updating webkit-efl, this app started to segfault in elm_config_mirrored_get(). By calling elm_init() at the start of the app then we no longer see this crash.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/webskeleton.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/webskeleton.spec b/packaging/webskeleton.spec
index 2a86a56..463028a 100644
--- a/packaging/webskeleton.spec
+++ b/packaging/webskeleton.spec
@@ -13,6 +13,7 @@ BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(evas)
BuildRequires: pkgconfig(eina)
BuildRequires: pkgconfig(ewebkit2)
+BuildRequires: pkgconfig(elementary)
%description
Webskeleton application container