summaryrefslogtreecommitdiff
path: root/vcl/Library_desktop_detector.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Library_desktop_detector.mk')
-rw-r--r--vcl/Library_desktop_detector.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk
index 33ef2145e03b..8d4654c4e0b6 100644
--- a/vcl/Library_desktop_detector.mk
+++ b/vcl/Library_desktop_detector.mk
@@ -33,11 +33,10 @@ $(eval $(call gb_Library_add_precompiled_header,desktop_detector,$(SRCDIR)/vcl/i
$(eval $(call gb_Library_set_include,desktop_detector,\
$$(INCLUDE) \
- -I$(SRCDIR)/vcl/inc \
- -I$(SRCDIR)/vcl/inc/pch \
+ -I$(realpath $(SRCDIR)/vcl/inc) \
+ -I$(realpath $(SRCDIR)/vcl/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc/stl \
-I$(OUTDIR)/inc \
))
@@ -58,10 +57,8 @@ $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
i18npaper \
i18nutil \
jvmaccess \
- stl \
cppu \
sal \
- vos3 \
X11 \
Xext \
SM \