Skip to content

Commit 1ba7e8e

Browse files
authored
Add files via upload
1 parent 0daac99 commit 1ba7e8e

14 files changed

Lines changed: 1945 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
4+
meson setup --buildtype=release build && ninja -C build

compile_gegl_effects_here/config.h

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*
2+
* Autogenerated by the Meson build system.
3+
* Do not edit, your changes will be lost.
4+
*/
5+
6+
#pragma once
7+
8+
#define ARCH_X86 1
9+
10+
#define ARCH_X86_64 1
11+
12+
#define GEGL_LIBRARY "gegl-0.4"
13+
14+
#define GEGL_MAJOR_VERSION 0
15+
16+
#define GEGL_MICRO_VERSION 34
17+
18+
#define GEGL_MINOR_VERSION 4
19+
20+
#undef GEGL_UNSTABLE
21+
22+
#define GETTEXT_PACKAGE "gegl-0.4"
23+
24+
#define HAVE_EXECINFO_H
25+
26+
#define HAVE_FSYNC
27+
28+
#undef HAVE_GEXIV2
29+
30+
#undef HAVE_LUA
31+
32+
#define HAVE_MALLOC_TRIM
33+
34+
#undef HAVE_MRG
35+
36+
#define HAVE_STRPTIME
37+
38+
#define HAVE_UNISTD_H
39+

0 commit comments

Comments
 (0)