[gtk+] MSVC Builds: Fix Introspection Builds



commit ee9a6d0acef9ac3be7605ce560e1d16965b941c7
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jul 1 13:26:18 2014 +0800

    MSVC Builds: Fix Introspection Builds
    
    Commit e26bdbda only partially made the necessary changes due to the use of
    the deprecated headers in GDK.  Fix that.

 build/gen-file-list-gtk.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/gen-file-list-gtk.py b/build/gen-file-list-gtk.py
index 045f860..f39944a 100644
--- a/build/gen-file-list-gtk.py
+++ b/build/gen-file-list-gtk.py
@@ -18,7 +18,7 @@ def gen_gdk_filelist(srcroot, subdir, dest):
 
     vars['gdk_enums'] = 'gdkenumtypes.c gdkenumtypes.h'
 
-    files = vars['gdk_public_h_sources'].split() + \
+    files = vars['gdk_h_sources'].split() + \
             vars['gdk_c_sources'].split() + \
             vars['gdk_enums'].split()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]