mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 09:52:39 +02:00
[YOCTO #2316] (From OE-Core rev: 6189a8a05620974c098d548c26502453f371fe26) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
637 B
Diff
20 lines
637 B
Diff
Do not disable old API after upgrading gtk+.
|
|
This avoid build error due to defination missing.
|
|
|
|
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Index: git/configure.ac
|
|
===================================================================
|
|
--- git.orig/configure.ac 2010-12-16 10:25:24.000000000 +0800
|
|
+++ git/configure.ac 2010-12-16 10:25:58.000000000 +0800
|
|
@@ -147,7 +147,6 @@
|
|
AS_COMPILER_FLAGS(WARNING_FLAGS,
|
|
"-DG_DISABLE_DEPRECATED
|
|
-DPANGO_DISABLE_DEPRECATED
|
|
- -DGDK_DISABLE_DEPRECATED
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED
|
|
-DG_DISABLE_SINGLE_INCLUDES
|
|
-DGTK_DISABLE_SINGLE_INCLUDES
|