diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-15 13:59:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-15 13:59:13 +0000 |
commit | 9a5872993137ce2e8fed9f1ed644afa903b53f7c (patch) | |
tree | 7d3fb828d1725f18a864012771f3de60595b83cf /libgpewidget/libgpewidget_0.83.oe | |
parent | e1d6e08879dcda1166d03a2a675ac961e16da2a6 (diff) |
libgpewidget_0.83.oe:
all-important backslash missing
BKrev: 40cf00b1mobH6m43BKOP2xr0wz0bTw
Diffstat (limited to 'libgpewidget/libgpewidget_0.83.oe')
-rw-r--r-- | libgpewidget/libgpewidget_0.83.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe index 3137bb5217..ac02f1a429 100644 --- a/libgpewidget/libgpewidget_0.83.oe +++ b/libgpewidget/libgpewidget_0.83.oe @@ -7,7 +7,7 @@ DEPENDS = "gtk+ cairo xrender" inherit pkgconfig gpe -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ file://header.patch;patch=1" 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" |