lib/gtk: fix missing pkgconfig declaration in v3_6 and v3_8
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 Apr 2014 18:04:33 +0000 (14:04 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 Apr 2014 18:04:58 +0000 (14:04 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/gtk/v3_6.nit
lib/gtk/v3_8.nit

index 692e697..c2525a5 100644 (file)
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module v3_6
+module v3_6 is pkgconfig("gtk+-3.0")
 
 import v3_4
 
index e3aeb0f..7b553fa 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module v3_8
+module v3_8 is pkgconfig("gtk+-3.0")
 
 import v3_6