After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708950 - line --pkg gio-2.0 \ appears twice in AM_VALAFLAGS
line --pkg gio-2.0 \ appears twice in AM_VALAFLAGS
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal trivial
: ---
Assigned To: Clocks maintainer(s)
Clocks maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-09-27 20:36 UTC by Evgeny Bobkin
Modified: 2013-09-28 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Evgeny Bobkin 2013-09-27 20:36:56 UTC
This must be my fault :-)

AM_VALAFLAGS = \
	--target-glib=2.38 \
	--vapidir=egg-list-box \
	--pkg gio-2.0 \
	--pkg gtk+-3.0 \
	--pkg gweather-3.0 \
	--pkg libcanberra \
	--pkg libnotify \
	--pkg gio-2.0 \
	--pkg geocode-glib-1.0 \
	--gresources  $(top_srcdir)/data/gnome-clocks.gresource.xml
Comment 1 Paolo Borelli 2013-09-28 08:48:27 UTC
Yeah, please remove the line.

In general feel free to directly push this kind of trivial changes
Comment 2 Evgeny Bobkin 2013-09-28 12:37:00 UTC
I thought, that we are in this so called frozen mode, in which only super critical errors can be pushed straight away :-)