updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / libdesktop-agnostic / gir.patch
blob88824cf760f61252751258634357ef0335a839f9
1 diff -u -r libdesktop-agnostic-0.3.92/libdesktop-agnostic/wscript libdesktop-agnostic-0.3.92-gir/libdesktop-agnostic/wscript
2 --- libdesktop-agnostic-0.3.92/libdesktop-agnostic/wscript 2011-03-12 15:14:23.000000000 +0100
3 +++ libdesktop-agnostic-0.3.92-gir/libdesktop-agnostic/wscript 2011-03-27 18:51:13.170000225 +0200
4 @@ -67,8 +67,9 @@
7 def create_typelib_task():
8 - rule = 'LD_LIBRARY_PATH="${CURRENT_BUILD_DIR}" ${G_IR_COMPILER} ' + \
9 - '-o ${TGT} ${SRC}'
10 + rule = '${G_IR_COMPILER}' + \
11 + ' --includedir "${CURRENT_BUILD_DIR}"' + \
12 + ' -o ${TGT} ${SRC}'
13 Task.simple_task_type('typelib', rule, after='cc_link')
15 create_typelib_task()
16 diff -u -r libdesktop-agnostic-0.3.92/wscript libdesktop-agnostic-0.3.92-gir/wscript
17 --- libdesktop-agnostic-0.3.92/wscript 2011-03-13 16:09:47.000000000 +0100
18 +++ libdesktop-agnostic-0.3.92-gir/wscript 2011-03-27 18:51:46.973335650 +0200
19 @@ -71,7 +71,7 @@
20 help='Enables the library to be built so that it is '
21 'instrumented to measure performance.')
22 opt.add_option('--disable-gi', action='store_true',
23 - dest='no_gi', default=True)
24 + dest='no_gi', default=False)
27 def configure(conf):