diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-04-12 20:37:07 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 13:51:41 +0200 |
commit | 54c611fa455fd5e9e8fc711c158085924f47d590 (patch) | |
tree | d46e16e84f524ba4401e0046338f97d6080e9874 /set_soenv.in | |
parent | 44f359776cc8852b12b1e0be9a7ad71d74c63685 (diff) |
ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]
Diffstat (limited to 'set_soenv.in')
-rw-r--r-- | set_soenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index 6a8c65baa246..c12421a8c662 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -1634,6 +1634,7 @@ ToFile( "ENABLE_SYSTRAY_GTK", "@ENABLE_SYSTRAY_GTK@", "e" ); ToFile( "ENABLE_STATIC_GTK", "@ENABLE_STATIC_GTK@", "e" ); ToFile( "ENABLE_GSTREAMER", "@ENABLE_GSTREAMER@", "e" ); ToFile( "ENABLE_CAIRO", "@ENABLE_CAIRO@", "e" ); +ToFile( "ENABLE_CAIRO_CANVAS", "@ENABLE_CAIRO_CANVAS@", "e" ); ToFile( "ENABLE_OPENGL", "@ENABLE_OPENGL@", "e" ); ToFile( "ENABLE_PDFIMPORT", "@ENABLE_PDFIMPORT@", "e" ); ToFile( "ENABLE_PRESENTER_EXTRA_UI","@ENABLE_PRESENTER_EXTRA_UI@","e" ); |