Bug 369111 - please add option to build mobile or not in CMakeLists.txt
Summary: please add option to build mobile or not in CMakeLists.txt
Status: REPORTED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Chakra Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 10:45 UTC by Chaoting Liu
Modified: 2016-09-20 10:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chaoting Liu 2016-09-20 10:45:27 UTC
when building for linux desktop use, there is no need for mobile.okular*.desktop to be built and installed, it is a waste and confusing step

Reproducible: Always

Steps to Reproduce:
1. git clone from official git
2. mkdir build
3. cd build; cmake ../okular (normal build process)
4. make install

Actual Results:  
there are a bunch of mobile things installed to $installdir/usr/share/applications/
and some other things

Expected Results:  
there should have been an option to trun them off