[gstreamer-bugs] [Bug 628676] New: configure check for vala is wrong
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Sep 3 01:53:20 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=628676
GStreamer | gst-rtsp-server | git
Summary: configure check for vala is wrong
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-rtsp-server
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: vuntz at gnome.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
The current check for vala is:
PKG_CHECK_EXISTS([vala-1.0], [HAVE_VALA="yes"], [HAVE_VALA="no"])
However, recent versions of vala are using a 0.10 version now. Anyway, it's
most likely wrong to check for the pkg-config file since it's used for the vala
library, not for the compiler. Something like:
AM_PROG_VALAC([$VALA_REQUIRED])
should be used.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list