Fredrik Fornwall
b8aef24458
glib: Add libandroid-support explicit dependency
To function well with character encodings glib needs to discover
langinfo.h from libandroid-support.
Test case:
LC_ALL=C pkg-config --atleast-pkgconfig-version=0.1
should work and not give an error message:
Conversion from character set 'C' to 'UTF-8' is not supported
8 years ago
Fredrik Fornwall
69fd9a5c10
glib: Update from 2.48.2 to 2.50.1
8 years ago
Fredrik Fornwall
8aef3a59c9
glib: Patch timezone handling for Android
8 years ago
Fredrik Fornwall
ed7e023032
glib: Do not throw away lib/glib-2.0/glibconfig.h
Include lib/glib-2.0/glibconfig.c in glib-dev instead of removing
it, and let glib-dev depend on pcre-dev (needed for pkg-config to
work).
Fixes #447 .
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
962aa24a4f
glib: Update from 2.48.1 to 2.48.2
8 years ago
Fredrik Fornwall
6c209430f1
glib: Update from 2.48.0 to 2.48.1
9 years ago
Fredrik Fornwall
172bfbe297
glib: Fix incorrect glib_cv_uscore=yes
This prevented dynamic loading of modules from working.
9 years ago
Fredrik Fornwall
6fbbe50fcf
glib: Specify --disable-libelf
9 years ago
Fredrik Fornwall
bb27a0ec42
Various package updates
Many of them cascading from the update of glib.
9 years ago
Fredrik Fornwall
51c63287f7
ndk_patches: <dlfcn.h> now #define:s RTLD_*
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.
9 years ago
Fredrik Fornwall
035e27f9f5
glib: Specify --disable-znodelete
This avoids the ELF DF_1_NODELETE value being used which most Android
5.0 linkers does not support.
9 years ago
Fredrik Fornwall
9158a301e0
glib: Avoid defining invalid RTLD_* constants
9 years ago
Fredrik Fornwall
a5d4e3d674
glib: Update from 2.44.1 to 2.46.2
9 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago