]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfigaction.h
Add a binary package for OpenGL ES
[builder.git] / source / pkgconfigaction.h
index 294f6372f21657ff8df4a90df4c929617c22629a..a19f78662a6b5107a2e98691b97cbc22a51032e1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef PKGCONFIGACTION_H_
 #define PKGCONFIGACTION_H_
 
@@ -13,7 +20,9 @@ class PkgConfigAction: public Action
 {
 public:
        PkgConfigAction(Builder &, const PkgConfig &);
-       int check();
+       virtual int check();
+private:
+       std::string prefixify(const std::string &);
 };
 
 #endif