mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
moblin-web-browser: Fix xpidl patch to make sure idl include files are found
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -25,11 +25,11 @@ Index: git/libmwbpages/Makefile.am
|
||||
|
||||
.idl.h :
|
||||
- $(AM_V_GEN)$(MOZHOME)/xpidl -I $(MOZIDLDIR) -m header $<
|
||||
+ xpidl -I $(MOZIDLDIR) -m header $<
|
||||
+ xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m header $<
|
||||
|
||||
.idl.xpt :
|
||||
- $(AM_V_GEN)$(MOZHOME)/xpidl -I $(MOZIDLDIR) -m typelib $<
|
||||
+ xpidl -I $(MOZIDLDIR) -m typelib $<
|
||||
+ xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m typelib $<
|
||||
|
||||
xpt_DATA = MwbIPagesService.xpt
|
||||
xptdir = $(pkgdatadir)/components
|
||||
|
||||
@@ -4,7 +4,7 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
|
||||
file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6"
|
||||
LICENSE = "LGPLv2.1"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless mutter-moblin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user