Makefile
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:36:52 +0000 (18:36 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:36:52 +0000 (18:36 +0800)
Makefile

index a480a20..3512554 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 #vapigen --library gobject-introspection-1.0 /usr/share/gir-1.0/GIRepository-2.0.gir
 
 # should get the hightest?
-VALAVER=$(word 1, $(shell pkg-config --list-all  | grep libvala | sort -n | head -1))
+VALAVER=$(word 1, $(shell pkg-config --list-all  | grep libvala | sort -n -r | head -1))
 
 PKGS=   --pkg gtk+-3.0 \
                --pkg gtksourceview-3.0 \