From: Alberto Garcia <agarcia@igalia.com>
Description: Make Fuse compile without the 'roms' dir
 This dir was stripped from the source tarball since it is non-free.
Forwarded: not-needed
Index: fuse-emulator/configure.in
===================================================================
--- fuse-emulator.orig/configure.in
+++ fuse-emulator/configure.in
@@ -688,7 +688,6 @@ man/Makefile \
 perl/Makefile \
 perl/Fuse/Makefile \
 pokefinder/Makefile \
-roms/Makefile \
 sound/Makefile \
 timer/Makefile \
 ui/Makefile \
Index: fuse-emulator/Makefile.am
===================================================================
--- fuse-emulator.orig/Makefile.am
+++ fuse-emulator/Makefile.am
@@ -35,7 +35,6 @@ SUBDIRS = @COMPAT_SUBDIR@ \
 	  man \
 	  perl \
 	  pokefinder \
-	  roms \
 	  sound \
 	  timer \
 	  ui \
@@ -51,7 +50,6 @@ DIST_SUBDIRS = debugger \
 	       man \
 	       perl \
 	       pokefinder \
-	       roms \
 	       sound \
 	       timer \
 	       ui \
