8014231: --with-alsa configuration options don't add include or lib directories to proper flags

Thu, 13 Jun 2013 14:04:32 +0200

author
erikj
date
Thu, 13 Jun 2013 14:04:32 +0200
changeset 737
c961c8972485
parent 735
50d2bde060f2
child 738
0c540b1505e3

8014231: --with-alsa configuration options don't add include or lib directories to proper flags
Reviewed-by: tbell

common/autoconf/spec.gmk.in file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/spec.gmk.in	Wed Jun 12 10:33:04 2013 +0200
     1.2 +++ b/common/autoconf/spec.gmk.in	Thu Jun 13 14:04:32 2013 +0200
     1.3 @@ -275,6 +275,8 @@
     1.4  FREETYPE2_CFLAGS:=@FREETYPE2_CFLAGS@
     1.5  USING_SYSTEM_FT_LIB=@USING_SYSTEM_FT_LIB@
     1.6  CUPS_CFLAGS:=@CUPS_CFLAGS@
     1.7 +ALSA_LIBS:=@ALSA_LIBS@
     1.8 +ALSA_CFLAGS:=@ALSA_CFLAGS@
     1.9  
    1.10  PACKAGE_PATH=@PACKAGE_PATH@
    1.11  

mercurial