Tor Lillqvist
b51d688c40
No ddraw.h or ddraw.lib in the June 2010 DirectX SDK
...
(cherry picked from commit 43e3b9af8f5d85f06485e74b1080cc6a6a86eac4)
Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-02-03 17:59:15 +02:00
Caolán McNamara
631eaf3312
Resolves: fdo#31271 wrong line break with (
...
(cherry picked from commit de475b03b02e4cac162b517f7d9f302b6134d546)
2011-01-29 12:57:23 +00:00
Caolán McNamara
40b78a7343
Move this system-mesa-headers test inside opengl extension test
...
Here it only gets used for non-Windows and non-Linux. It will current defaults
to using these "internal" headers like we do for xrender and friends.
2011-01-13 22:49:55 +01:00
Petr Mladek
961abfc6f2
Fix distro specific about intro hadling
...
I guess that nobody uses more alternative branding pictures. It was implemented
for SLED10-GM and it is not longer needed there. So I renamed:
--with-intro-bitmaps to --with-intro-bitmap
--with-about-bitmaps to --with-about-bitmap
and
INTRO_BITMAPS to INTRO_BITMAPS
ABOUT_BITMAPS to ABOUT_BITMAP
Also .png file format is requred instead of .bmp now.
Signed off by KAMI.
2011-01-07 18:38:45 +01:00
Petr Mladek
2867342bbb
Fix check for BerkleyDB when db_create is macro
...
It seems more safe to check for dbopen; it has just one
other variant in db-3, see
http://lists.debian.org/debian-devel/2001/04/msg01770.html
2011-01-06 20:47:15 +01:00
Petr Mladek
c3d1cfde8e
Integrate help by default
2010-12-17 23:09:16 +01:00
Rene Engelhard
36d8c49605
s/HELLPACK/HELPPACK/
2010-12-17 20:03:34 +01:00
Rene Engelhard
3c3788f391
Merge branch 'feature/helppack' into libreoffice-3-3
2010-12-17 17:19:39 +01:00
Rene Engelhard
93bf94117a
actually check for glxext.h and check whether it works
...
Signed-off-by: Robert Nagy <robert@openbsd.org>
2010-12-17 13:20:36 +01:00
Fridrich Štrba
6dd626c58f
Add --with-helppack-integration configure option
2010-12-17 12:14:27 +01:00
Rene Engelhard
99ab4889f7
check if KDE is >= 4.2
...
Signed-off-by: David Tardon <dtardon@redhat.com>
2010-12-17 10:53:45 +01:00
Thomas Klausner
85d077dc43
Don't override CFLAGS nor LDFLAGS, just append to them.
...
Ok mmeeks@
2010-12-15 13:47:46 +01:00
Rene Engelhard
0cf7331043
AC_SUBST gperf (fdo#32195)
2010-12-14 11:05:52 +01:00
Petr Mladek
180c90dcb9
allow both extenral and built-in dictionaries (fdo#32235)
...
Signed off by Caolán McNamara <caolanm@redhat.com>
2010-12-13 17:11:11 +01:00
Kalman Szalai - KAMI
de07f11517
Add a small note related to extension integration
2010-12-10 18:42:11 +01:00
Michael Meeks
0820769fc1
rename to with_themes, and test scp2 a little
...
Conflicts:
scp2/source/ooo/module_hidden_ooo.scp
2010-12-09 15:57:22 +00:00
Sebastian Spaeth
51f3f391a4
v3 of the configure.in/scp2 patch to allow selecting themes
...
DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry
Sebastian
>From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
From: Sebastian Spaeth <Sebastian@SSpaeth.de>
Date: Thu, 9 Dec 2010 12:23:55 +0100
Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option
By default, we include all defaults as before, but if given, we can
limit the number of included themes with e.g. --enable-theme="oxygen
tango". This is passed through set_soenv and sets the environment
variable ENABLE_THEMES="...." which can be used by the packimages
makefile in the postprocess repository. It also adds defines in the
form of THEME_OXYGEN that are being used in the scp2 module to decide
if we should install the theme file or not.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-09 15:55:47 +00:00
Robert Nagy
9398290fed
use /usr/include/db.h as a last resort for berlekey db
...
the berkeley db header is installed as /usr/local/db.h
on debian/ubuntu
2010-12-06 18:32:08 +01:00
Robert Nagy
8b58b855b8
fix PYTHON_LIBS
...
on some platforms there are extra libs needed when linking with -lpython,
for example -pthread and -lutil on OpenBSD
2010-12-05 15:59:47 +01:00
Robert Nagy
ed9eb7929d
fix comment of checking the max number of jobs
2010-12-04 14:08:21 +01:00
Robert Nagy
0ba6499e6d
merge a modified version of patches/dev300/system-db-check.diff
...
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:31:07 +01:00
Kalman Szalai - KAMI
517a8bc2fa
Adds OxygenOffice extras as configurable optional
...
Introduces:
--enable-extra-gallery - for additional galleries
--enable-extra-template - for additional templates
--enable-extra-sample - for additional samples
--enable-extra-font - for additional fonts
configure options.
2010-11-30 14:35:52 +01:00
Robert Nagy
9e0c5164f0
Revert "Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build"
...
This reverts commit ff2fec6aac243bb3ea7380709212454c3bedcc18.
2010-11-21 15:26:47 +01:00
Robert Nagy
3eac023485
Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build
2010-11-21 15:22:01 +01:00
Robert Nagy
0f24cdc5c8
libGLU needs libm so make sure it gets linked
2010-11-18 20:21:26 +01:00
Fridrich Štrba
1d276f37dc
Use the new stable libwp* releases as default
2010-11-16 13:55:58 +01:00
Robert Nagy
4a7b487b11
several openbsd changes to find libs and binaries
...
- Add /usr/local/{bin,sbin} as last to find genbrk,
genccode and gencmn.
- Add more directories to qt_libdir and qt_incdir
- Make sure find libqt-mt.so and libDCOP.so with
a library major and minor in the filename where
the .so does not exists, but foo.so.0.0 does.
2010-11-15 15:59:00 +01:00
Robert Nagy
0cf424b0c4
make LibreOffice boostrap on OpenBSD
2010-11-08 12:17:27 +01:00
Bernhard Rosenkraenzer
cf40278aeb
correctly check Template Pack and Lightproof with --with-lang=ALL
2010-11-02 17:55:31 +01:00
Niko Rönkkö
b28c92ab0c
Removed deprecated option
...
--with-unzip-home has been deprecated since 2003.
2010-11-01 12:45:57 -05:00
Niko Rönkkö
8a74ad5e9e
Wrong option name in help bootstrap
2010-11-01 10:08:21 +00:00
Niko Rönkkö
2cfc85b44e
Cleaning and organizing of configure.in
2010-10-31 20:42:18 +01:00
Kalman Szalai - KAMI
fea23de1d2
Fix bootstrap's configure
2010-10-31 20:23:14 +01:00
Kalman Szalai - KAMI
4f786af9b6
Adding Barcode extension
2010-10-31 05:15:17 +01:00
Kalman Szalai - KAMI
823cb6a74d
Adding Validator extension
2010-10-31 04:50:14 +01:00
Kalman Szalai - KAMI
87ec34b20e
Adding Diagram extension
...
Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
http://wiki.services.openoffice.org/wiki/Diagram_Extension
2010-10-30 19:57:14 +02:00
Rene Engelhard
f974a612eb
bin agg
2010-10-29 17:58:25 +02:00
Tor Lillqvist
153fc2b046
Slight cleanup of the Windows stuff
...
Use correct terminology for the Microsoft compilers, ".NET" was a part
of their name only in the 2003 version. Drop support for the 2003 and
2005 versions. The Platform SDK has been called the Windows SDK for
quite a while. Etc.
2010-10-28 15:15:15 +03:00
Martin Gallwey
a837bbd1ca
Fail if trying to build as root on Cygwin
...
Building as root on Cygwin has been knnown to fail in various way, so
prevent that.
2010-10-27 15:08:52 +03:00
Luke Dixon
4fa790ad7b
Add zenity systray support to the build.
...
Adds also a configure option '--enable-zenity' used to enable this feature.
2010-10-26 11:15:24 +01:00
Michael Meeks
d42255ec76
cleanup / remove obsolete pam config pieces
2010-10-25 16:22:31 +01:00
Lubos Lunak
3306860998
explicitly state the version 3 when referring to Qt3/KDE3 in messages
...
given that Qt3/KDE3 are the obsolete versions by now, it's not good
to name them just Qt/KDE
2010-10-19 16:59:25 +02:00
Thomas Klausner
0462dd7f69
Only show "checking exception type" message on platforms where it is checked.
2010-10-19 15:22:36 +02:00
Luboš Luňák
162620c903
first try to find moc in the Qt3/Qt4 location where the libs are
...
now it's possible to build with both KDE3 and KDE4 support
without having to set up anything specially
2010-10-15 19:48:39 +02:00
Luboš Luňák
67644e1a80
check for KDE3-specific files in the KDE3 configure check
2010-10-15 19:48:24 +02:00
Jesús Corrius
f06879087e
Enable Microsoft Visual C++ 10 compiler in the build system
2010-10-15 02:23:59 +02:00
Luboš Luňák
3957db4367
support for Qt's event loop Glib integration
2010-10-14 17:56:46 +02:00
Luboš Luňák
e0fb44a4ca
set PKG_CONFIG_PATH for extra Qt4 locations
...
If also extra paths are used and pkg-config is used later, then I suppose
those paths need to be made available.
2010-10-14 17:56:46 +02:00
Michael Meeks
db0452c76f
check for visibility issues on arm too
2010-10-14 12:54:03 +01:00
Cédric Bosdonnat
c3ab3df902
Renamed OpenOffice.org into LibreOffice in configure scripts
2010-10-14 09:53:40 +02:00