configure: check GTK# before GStreamer#
commit46a19c53a45d176434ead15f6afd191056cc3b43
authorAndrés G. Aragoneses <knocte@gmail.com>
Wed, 26 Feb 2014 02:04:51 +0000 (26 03:04 +0100)
committerAndrés G. Aragoneses <knocte@gmail.com>
Wed, 26 Feb 2014 02:04:51 +0000 (26 03:04 +0100)
treed06cdafddbd8952636e62951232b8dc37adc1b38
parent539edd8b4b81e29425e58e2387927b00cc7e6c5a
configure: check GTK# before GStreamer#

Some people have already asked how to build with the native backend
instead of the managed one, just with the hope of avoiding the new
bleeding-edge dependency (because by trying to compile GStreamer#
they are asked to install the GLib# dependency, and they think that
they will find yet another level of yak shaving if they go on...).

By bringing up GTK# macro before the GStreamer# one (which checks
for GLib# too), we will reduce one level of depth in dependency
searching strategies of our potential contributors (because GLib#
will be already installed when they try to install GStreamer#).
configure.ac