]> git.pld-linux.org Git - packages/gtksourceview5.git/blob - gtksourceview5-meson.patch
- initial version of gtksourceview5 (based on gtksourceview4.spec)
[packages/gtksourceview5.git] / gtksourceview5-meson.patch
1 --- gtksourceview-4.99.0/gtksourceview/meson.build.orig 2021-03-04 18:38:12.955634203 +0100
2 +++ gtksourceview-4.99.0/gtksourceview/meson.build      2021-03-04 18:39:15.741960727 +0100
3 @@ -194,6 +194,11 @@
4      install_dir: join_paths(pkgincludedir, 'gtksourceview'),
5  )
6  
7 +gtksource_res = gnome.compile_resources(
8 +  'gtksourceview-gresources',
9 +  'gtksourceview.gresource.xml'
10 +)
11 +
12  core_sources = [
13    core_public_c,
14    core_private_c,
15 @@ -238,11 +243,6 @@
16  
17  subdir('completion-providers')
18  
19 -gtksource_res = gnome.compile_resources(
20 -  'gtksourceview-gresources',
21 -  'gtksourceview.gresource.xml'
22 -)
23 -
24  
25  # We can't use the static libs on Visual Studio builds
26  # to form our DLL here directly, so we must use
This page took 0.094311 seconds and 3 git commands to generate.