mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
232d1943d3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 5bece73f64)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
12 lines
429 B
Diff
12 lines
429 B
Diff
--- 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
|
|
|