kuuko pushed a commit to branch master.

commit aff266e08ad1d7c69d958ed01f49fcd7335e5eb2
Author: Kai Huuhko <[email protected]>
Date:   Sun Mar 31 15:06:02 2013 +0000

    Fix pkg-config error message so it doesn't always show Evas.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5b741b9..1ffb6b4 100755
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ else:
             sys.stdout.write("OK, found " + ver + "\n")
             return (cflags, libs)
         except (OSError, subprocess.CalledProcessError):
-            raise SystemExit("Failed to find Evas with 'pkg-config'.  Please 
make sure that it is installed and available on your system path.")
+            raise SystemExit("Failed to find " + name + " with 'pkg-config'.  
Please make sure that it is installed and available on your system path.")
         except (AssertionError):
             raise SystemExit("Failed to match version. Found: " + ver + "  
Needed: " + min_vers)
 

-- 

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2

Reply via email to