build dummy backend per default so we notice when it breaks

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1330609
This commit is contained in:
Volker Lanz 2013-01-03 14:10:14 +00:00
parent 786c30fcf2
commit 48a7388aa4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if (PARTMAN_LIBPARTEDBACKEND)
add_subdirectory(libparted)
endif (PARTMAN_LIBPARTEDBACKEND)
option(PARTMAN_DUMMYBACKEND "Build the dummy backend plugin." OFF)
option(PARTMAN_DUMMYBACKEND "Build the dummy backend plugin." ON)
if (PARTMAN_DUMMYBACKEND)
add_subdirectory(dummy)