diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-21 09:45:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-21 09:45:25 +0000 |
commit | e2ed7202c9237d8a9f780e4e9426ae88560e9854 (patch) | |
tree | 43a830377323ed24f0c556c6759cffb139713069 | |
parent | 89d423a31b4243ab6fcb5369af09dc04e91723a8 (diff) |
add gpeclockface to HEADERS
BKrev: 40d6ae35kIdp4eAw1kLPsQsDlfwbfg
-rw-r--r-- | libgpewidget/libgpewidget_0.83.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe index 0a669ccdf9..eabb238a85 100644 --- a/libgpewidget/libgpewidget_0.83.oe +++ b/libgpewidget/libgpewidget_0.83.oe @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." SECTION = "gpe/libs" PRIORITY = "optional" @@ -9,7 +9,7 @@ inherit pkgconfig gpe SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h" +headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h" do_stage () { oe_libinstall -so libgpewidget ${STAGING_LIBDIR} |