diff options
Diffstat (limited to 'desktop/cheese')
-rw-r--r-- | desktop/cheese/README | 11 | ||||
-rw-r--r-- | desktop/cheese/cheese.info | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/desktop/cheese/README b/desktop/cheese/README index cdba63736b..71fe5c1923 100644 --- a/desktop/cheese/README +++ b/desktop/cheese/README @@ -1,16 +1,5 @@ Cheese is a program for the GNOME Desktop which allows you to take photos, videos, and anything else you can think of with your webcam. -NOTE: The clutter-gtk/clutter/cogl dependencies need to be built with -introspection enabled. These slackbuilds have introspection disabled -and require you to set the following environment variable at build time -to re-enable building their introspection files: - -INTROSPECTION=yes - -If you see build errors about missing clutter-gtk/clutter/cogl '.gir' -files, then these dependencies were not built with introspection -enabled. - Optional Dependencies: - gnome-video-effects (for camera/video effects at runtime) diff --git a/desktop/cheese/cheese.info b/desktop/cheese/cheese.info index c3dacfcfb5..4764cbec1b 100644 --- a/desktop/cheese/cheese.info +++ b/desktop/cheese/cheese.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/cheese/41/cheese-41.1.tar.xz" MD5SUM="f847793aaf08fb349f5d182e76d4c83d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="%README% clutter-gtk clutter-gst gnome-desktop" +REQUIRES="clutter-gtk clutter-gst gnome-desktop" MAINTAINER="Bob Funk" EMAIL="bobfunk11@gmail.com" |