diff options
Diffstat (limited to 'packages/efl/ewl_0.0.4.004.bb')
-rw-r--r-- | packages/efl/ewl_0.0.4.004.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/efl/ewl_0.0.4.004.bb b/packages/efl/ewl_0.0.4.004.bb index 0205de4216..85b85e0c05 100644 --- a/packages/efl/ewl_0.0.4.004.bb +++ b/packages/efl/ewl_0.0.4.004.bb @@ -8,7 +8,11 @@ PR = "r1" inherit efl -SRC_URI += "file://ewl-configure.patch;patch=1" +SRC_URI += "file://ewl-configure.patch;patch=1 \ + file://fix-ecore.patch;patch=1 \ + file://ecore-flags.patch;patch=1 \ + file://no-examples.patch;patch=1 \ + file://minmax.patch;patch=1" do_stage_append() { for i in src/lib/ewl_*.h |