diff options
Diffstat (limited to 'multimedia/cheese/files/patch-config.h.in')
-rw-r--r-- | multimedia/cheese/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/cheese/files/patch-config.h.in b/multimedia/cheese/files/patch-config.h.in new file mode 100644 index 000000000..2ca7d2663 --- /dev/null +++ b/multimedia/cheese/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig 2014-10-20 08:03:47.398635920 +0200 ++++ config.h.in 2014-10-20 08:03:55.769637288 +0200 +@@ -6,6 +6,9 @@ + /* Define to 1 if you have the <dlfcn.h> header file. */ + #undef HAVE_DLFCN_H + ++/* Enable hal support */ ++#undef HAVE_HAL ++ + /* Define to 1 if you have the <inttypes.h> header file. */ + #undef HAVE_INTTYPES_H + |