aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dia/dia_0.96.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dia/dia_0.96.1.bb')
-rw-r--r--recipes/dia/dia_0.96.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/dia/dia_0.96.1.bb b/recipes/dia/dia_0.96.1.bb
new file mode 100644
index 0000000000..9e2f104831
--- /dev/null
+++ b/recipes/dia/dia_0.96.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Dia is a gtk+ based diagram creation program released under the GPL license."
+LICENSE = "GPL"
+SECTION = "x11/graphics"
+DEPENDS = "libart-lgpl libpng cairo zlib gtk+ libxml2"
+
+inherit gnome pkgconfig
+
+#work around some pkgconfig breakages
+LDFLAGS += "-lart_lgpl_2 -lxml2 -lgthread-2.0 -lglib-2.0"
+CFLAGS += "-I${STAGING_INCDIR}/libart-2.0 "
+
+FILES_${PN} += "${datadir}/mime-info/"
+
+