diff options
Diffstat (limited to 'recipes/fvwm')
-rw-r--r-- | recipes/fvwm/fvwm_2.5.26.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/fvwm/fvwm_2.5.26.bb b/recipes/fvwm/fvwm_2.5.26.bb index ffaea48b39..6f26f2f269 100644 --- a/recipes/fvwm/fvwm_2.5.26.bb +++ b/recipes/fvwm/fvwm_2.5.26.bb @@ -4,9 +4,9 @@ LICENSE = "GPL" DEPENDS = "virtual/libx11 libxext libxfixes libxpm xrandr xft libxml2 zlib libice libxau libxcb libxcursor libxdmcp libxrender libpng librsvg fontconfig libstroke" SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2 \ - file://oe-configure.ac.patch;patch=1 \ - file://upstream-configure.ac.patch;patch=1 \ - file://acinclude.m4.patch;patch=1 \ + file://oe-configure.ac.patch;apply=yes \ + file://upstream-configure.ac.patch;apply=yes \ + file://acinclude.m4.patch;apply=yes \ " inherit autotools pkgconfig |