File: config-subst.m4

package info (click to toggle)
libpixelif 0.8.4-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,784 kB
  • sloc: ansic: 4,388; sh: 1,534; xml: 139; makefile: 76
file content (11 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

# This is included from fizmo-dist and not required by libfizmo's own
# configuration. It nevertheless needs to be maintained so fizmo-dist
# will still work.
#
# The $build_prefix, $build_prefix_cflags and $build_prefix_libs are
# pre-defined by fizmo-dist.

AC_SUBST([libpixelif_CFLAGS], "-I$build_prefix_cflags $libdrilbo_CFLAGS $libfreetype2_CFLAGS")
AC_SUBST([libpixelif_LIBS], "-L$build_prefix_libs -lpixelif $libdrilbo_LIBS $libfreetype2_LIBS")