diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-01-18 12:24:39 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-01-22 06:50:02 +0000 |
commit | 33ba681b88b2809c8a1b795d9328fc3ae44fa167 (patch) | |
tree | 44a22180eb70423f2591f9acedd175e01e598da6 /config | |
parent | 768c34c0fbcc263edfde64ec00b7501a8a59206e (diff) |
cerbero: Exorcise gtk2 and sdl variants
Nothing uses gtk2 anymore, and we have our own gdk-pixbuf recipe.
Also, nothing uses the SDL variant anymore.
Diffstat (limited to 'config')
-rw-r--r-- | config/linux.config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/linux.config b/config/linux.config index a9c9e2a9..e38cdd8f 100644 --- a/config/linux.config +++ b/config/linux.config @@ -16,10 +16,6 @@ if 'nocdparanoia' not in variants: variants.append('cdparanoia') if 'nov4l2' not in variants: variants.append('v4l2') -if 'nosdl' not in variants: - variants.append('sdl') -if 'nogtk2' not in variants: - variants.append('gtk2') if 'nogi' not in variants: variants.append('gi') if 'nounwind' not in variants: |