mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
fbreader: add cflags fix for fribidi 0.19.7
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
821414a07d
commit
5bece73f64
@@ -0,0 +1,11 @@
|
|||||||
|
--- fbreader-0.12.10/makefiles/config.mk.orig 2016-05-03 11:11:07.259734561 -0400
|
||||||
|
+++ fbreader-0.12.10/makefiles/config.mk 2016-05-03 11:11:37.447735786 -0400
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
LDFLAGS += -pg
|
||||||
|
endif
|
||||||
|
|
||||||
|
-ZINCLUDE = -I $(ROOTDIR)/zlibrary/core/include -I $(ROOTDIR)/zlibrary/text/include
|
||||||
|
+ZINCLUDE = $(shell pkg-config --cflags fribidi) -I $(ROOTDIR)/zlibrary/core/include -I $(ROOTDIR)/zlibrary/text/include
|
||||||
|
|
||||||
|
ZLSHARED ?= yes
|
||||||
|
|
||||||
@@ -9,7 +9,8 @@ PR = "r1"
|
|||||||
|
|
||||||
SRC_URI = "http://www.fbreader.org/fbreader-sources-${PV}.tgz \
|
SRC_URI = "http://www.fbreader.org/fbreader-sources-${PV}.tgz \
|
||||||
file://Makefile.patch \
|
file://Makefile.patch \
|
||||||
file://gcc45.patch"
|
file://gcc45.patch \
|
||||||
|
file://fix-cflags-fribidi.patch"
|
||||||
|
|
||||||
# Set the defaults
|
# Set the defaults
|
||||||
READER_RESOLUTION ?= "1024x600"
|
READER_RESOLUTION ?= "1024x600"
|
||||||
|
|||||||
Reference in New Issue
Block a user