Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure header file generated before including #2

Merged
merged 1 commit into from
Aug 23, 2019

Commits on Aug 15, 2019

  1. Make sure header file generated before including

    It fails to compile xfce4-datetime-setter occasionally:
    
    | ../git/panels/datetime/tz.c:34:10: fatal error: cc-datetime-resources.h: No such file or directory
    |    34 | #include "cc-datetime-resources.h"
    |       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
    | compilation terminated.
    
    and
    
    | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory
    |    42 | #include "cc-datetime-resources.h"
    |       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
    | compilation terminated.
    
    Update datetime_panel_dep to make sure cc-datetime-resources.h be generated
    before including.
    
    Signed-off-by: Kai Kang <kai.kang@windriver.com>
    kkang-wr committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    24680b0 View commit details
    Browse the repository at this point in the history