diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:59:24 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:59:24 +0000 |
commit | c8bf57cbfc56f4d5de1f5ff4e448824a657ba1dd (patch) | |
tree | 27a49f6776392509190031be0653c7a86b070dea /packages/gimp | |
parent | ffd5a7ccc05c74b7229cb250f4d9f5031208dd65 (diff) |
gimp: fix debug packaging
Diffstat (limited to 'packages/gimp')
-rw-r--r-- | packages/gimp/gimp_2.3.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gimp/gimp_2.3.10.bb b/packages/gimp/gimp_2.3.10.bb index eec0be6fd8..a1e875be89 100644 --- a/packages/gimp/gimp_2.3.10.bb +++ b/packages/gimp/gimp_2.3.10.bb @@ -11,6 +11,9 @@ SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ inherit autotools pkgconfig +FILES_gimp-dbg =+ "${libdir}/gimp/2.0/modules/.debug \ + ${libdir}/gimp/2.0/plug-ins/.debug" + #Don't laugh, this just builds a threaded gimp EXTRA_OECONF = " --disable-gtktest \ --disable-print \ |