diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec915dba7a..2436ba96c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ if(UNIX) if(CORE_SYSTEM_NAME STREQUAL linux OR CORE_SYSTEM_NAME STREQUAL freebsd) option(ENABLE_X11 "Enable X11 support?" ON) option(ENABLE_AML "Enable AML?" OFF) + option(ENABLE_IMX "Enable IMX?" OFF) endif() endif() # System options @@ -220,6 +221,7 @@ endif() if(CORE_SYSTEM_NAME STREQUAL android OR CORE_SYSTEM_NAME STREQUAL linux) core_optional_dep(AML) + core_optional_dep(IMX) elseif(CORE_SYSTEM_NAME STREQUAL rbpi) core_require_dep(MMAL) endif() |