diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-21 14:17:41 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-21 14:19:26 +0100 |
commit | 48044571776374643b9d631dd220e6d0a00b51dc (patch) | |
tree | f8bea6676efdbb22ea00455b2894c977c332943b /svx | |
parent | c49783e18787e55d93d0d14492aab50030302625 (diff) |
Try to fix win build: cant open <GL/glext.h> include
Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index d025cdfb940c..0aaa506ac6fb 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -83,6 +83,7 @@ $(eval $(call gb_Library_use_externals,svxcore,\ boost_headers \ icuuc \ icu_headers \ + mesa_headers \ glew \ )) |