Commits on Source (5)
-
a94ae4b5
-
sys/shm.h is notoriously broken on android <= 26, cf android documentation. Remove it until we have the android API level targeted in the buildsystem. Bionic says: /** * @file sys/shm.h * @brief System V shared memory. Not useful on Android because it's disallowed by SELinux. */ and defines the functions with the following guard: #if __BIONIC_AVAILABILITY_GUARD(26)
81b108b5 -
f6522f97
-
pkg-config --cflags cairo returns the path to the folder containing cairo.h.
ce4be86d -
a7c5f2e0
Showing
- bin/meson.build 1 addition, 1 deletionbin/meson.build
- meson.build 8 additions, 1 deletionmeson.build
- modules/codec/meson.build 2 additions, 2 deletionsmodules/codec/meson.build
- modules/codec/svg.c 1 addition, 1 deletionmodules/codec/svg.c
- modules/text_renderer/svg.c 1 addition, 1 deletionmodules/text_renderer/svg.c
- src/meson.build 17 additions, 0 deletionssrc/meson.build