davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Support -DSYSCONF_INSTALL_DIR:PATH=/etc #59

Open tyll opened 11 years ago

tyll commented 11 years ago

In Fedora, a macro for cmake specifies -DSYSCONF_INSTALL_DIR:PATH=/etc to make applications use /etc as sysconf dir. However pdfpc requires to set SYSCONF_DIR to be set to /etc. I am no cmake master, but I assume the Fedora variable name should be a more common if not default one. Therefore, can you please switch to using it as well?