Skip to content

Commit

Permalink
xtext: fix fribidi include
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Jun 11, 2023
1 parent baa621f commit 57b2928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ $(OUTPUT_DIR)/libs/libkoreader-xtext.so: xtext.cpp \
$(FREETYPE_LIB) $(HARFBUZZ_LIB) $(FRIBIDI_LIB) $(LIBUNIBREAK_LIB)
$(CXX) -I$(FREETYPE_DIR)/include/freetype2 \
-I$(HARFBUZZ_DIR)/include/harfbuzz \
-I$(FRIBIDI_DIR)/include \
-I$(FRIBIDI_DIR)/include/fribidi \
-I$(LIBUNIBREAK_DIR)/include \
$(DYNLIB_CXXFLAGS) $(SYMVIS_FLAGS) -Wall -o $@ xtext.cpp $(LUAJIT_LIB_LINK_FLAG) \
$(FREETYPE_LIB_LINK_FLAG) $(HARFBUZZ_LIB_LINK_FLAG) $(FRIBIDI_LIB_LINK_FLAG) $(LIBUNIBREAK_LIB_LINK_FLAG) \
Expand Down
2 changes: 1 addition & 1 deletion xtext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C"
#include <hb-ft.h>

// FriBiDi
#include <fribidi/fribidi.h>
#include <fribidi.h>

// libunibreak
#include <wordbreak.h>
Expand Down

0 comments on commit 57b2928

Please sign in to comment.