diff options
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 5ee2773ebbf4..e26d5ee2253c 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -79,6 +79,8 @@ $(eval $(call gb_Library_use_libraries,sfx,\ $(eval $(call gb_Library_use_externals,sfx,\ boost_headers \ libxml2 \ + orcus \ + orcus-parser\ )) $(eval $(call gb_Library_add_exception_objects,sfx,\ @@ -158,6 +160,10 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/control/thumbnailviewitem \ sfx2/source/control/thumbnailviewacc \ sfx2/source/control/thumbnailview \ + sfx2/source/control/emojiviewitem \ + sfx2/source/control/emojiview \ + sfx2/source/control/emojicontrol \ + sfx2/source/control/emojipopup \ sfx2/source/control/unoctitm \ sfx2/source/dialog/alienwarn \ sfx2/source/dialog/backingcomp \ |