diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-27 17:51:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-27 17:51:47 +0900 |
| commit | 50035695eca956791178e87e4781a9d3c72cb42b (patch) | |
| tree | 3877d44e9cf87f1a94450ba4a9ea1380660e4b21 /internal/rosa/package/pango.az | |
| parent | 4d1e921ee57c5d33fc9d124a66497cc08edbaf4d (diff) | |
internal/rosa/package/pango: work around G_DEFINE_TYPE unused globals
The global variable hidden behind the macro is blowing up -Wunused-but-set-global in the upcoming toolchain update.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/pango.az')
| -rw-r--r-- | internal/rosa/package/pango.az | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/internal/rosa/package/pango.az b/internal/rosa/package/pango.az deleted file mode 100644 index 48f3ef0f..00000000 --- a/internal/rosa/package/pango.az +++ /dev/null @@ -1,37 +0,0 @@ -package pango { - description = "a library for layout and rendering of text"; - website = "https://www.pango.org"; - anitya = 11783; - - version# = "1.58.2"; - source = remoteGitLab { - domain = "gitlab.gnome.org"; - suffix = "GNOME/pango"; - ref = version; - checksum = "e_IeoTvj9uueBXAf0s5SBBAqov_8Vc2XjdtxHCSKsg38ZfAlBoBPhHOZRd7jxTC6"; - }; - - exec = meson { - setup = { - "fontconfig": "enabled"; - "freetype": "enabled"; - "cairo": "enabled"; - }; - // Fontconfig error: Cannot load default config file: File not found: /etc/fonts/fonts.conf - test = false; - }; - - inputs = [ - glib, - cairo, - fribidi, - harfbuzz, - ]; - - runtime = [ - glib, - cairo, - fribidi, - harfbuzz, - ]; -} |
