aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gedit-plugins_2.28.0.bb
blob: e3d7bfcac77e146edd71f37e200d5bd9c76e1b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "GNOME editor plugins"
SECTION = "x11/gnome"
LICENSE = "GPL"

DEPENDS = "gedit"

inherit gnome pkgconfig

FILES_${PN} += " \
                ${libdir}/gedit-2/plugins \
                ${datadir}/gedit-2/plugins \
               "

FILES_${PN}-dbg += " \
                ${libdir}/gedit-2/plugins/.debug \
               "